home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / cli / flashfin.rea < prev    next >
Text File  |  1995-09-28  |  2KB  |  55 lines

  1. Short:    Faaast text search tool (2.5MB in 20sec)
  2. Author:   wuerkner@informatik.tu-muenchen.de (Frank Wuerkner)
  3. Uploader: wuerkner@informatik.tu-muenchen.de (Frank Wuerkner)
  4. Type:     util/cli
  5.  
  6.             _____ _           _     _____ _           _    _   _ 
  7.            |  ___| | __ _ ___| |__ |  ___(_)_ __   __| |  / | / |
  8.            | |_  | |/ _` / __| '_ \| |_  | | '_ \ / _` |  | | | |
  9.            |  _| | | (_| \__ \ | | |  _| | | | | | (_| |  | |_| |
  10.            |_|   |_|\__,_|___/_| |_|_|   |_|_| |_|\__,_|  |_(_)_|
  11.  
  12.                             © 1995 by Frank Würkner
  13.                               All Rights Reserved
  14.  
  15.  
  16. SYSTEM REQUIREMENTS
  17. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  18. You need OS2.0 or higher!!!
  19.  
  20.  
  21. QUICK OVERVIEW
  22. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  23. Tired of slow text search tools which pretend to be fast?
  24. Want something real faaast?
  25. Try FlashFind. It searches through a 2.5MB text on hard disc in 20 seconds
  26. on a plain 68000er!!! For comparison c:search is about 20 times slower.
  27. FlashFind uses a highly optimised, assembler coded Boyer-Moore search
  28. algorithm. Additional speed is gained by using asynchron IO.
  29.  
  30.  
  31. HISTORY
  32. ¯¯¯¯¯¯¯
  33. 1.1
  34.      o FlashFind now first checks if the file really is a text file (but also
  35.        can be forced to search all files with BIN switch)
  36.  
  37.      o now gives the filename where a problem appears
  38.  
  39.      o if an error occurs in a file FlashFind prints the error message
  40.        and continues with the next file (instead of quiting as in 1.0)
  41.  
  42.      o line numbering possible through NUM switch.
  43.        Too many asked for this :-)
  44.      
  45.      o INVERT switch to show all lines that do not match
  46.  
  47.      o VERBOSE switch to see which files are processed
  48.      
  49.      o MAXHIT to limit the number of matching lines
  50.  
  51.      o favourite options can be put into environment variable
  52.        `FlashFind.prefs'
  53.  
  54.      o possible to use CTRL-D to skipp to next file
  55.